home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFGROUPUPDATEDLG / TFGROUPUPDATEDLG.txt
Text File  |  2004-05-31  |  2KB  |  86 lines

  1. object fGroupUpdateDlg: TfGroupUpdateDlg
  2.   Left = 442
  3.   Top = 482
  4.   ActiveControl = btnCancel
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'fGroupUpdateDlg'
  8.   ClientHeight = 229
  9.   ClientWidth = 349
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblCount: TLabel
  24.     Left = 15
  25.     Top = 127
  26.     Width = 320
  27.     Height = 13
  28.     AutoSize = False
  29.     Caption = 'lblCount'
  30.     ShowAccelChar = False
  31.     Transparent = True
  32.   end
  33.   object lblGroupStatus: TLabel
  34.     Left = 15
  35.     Top = 14
  36.     Width = 320
  37.     Height = 13
  38.     AutoSize = False
  39.     Caption = 'lblGroupStatus'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     ShowAccelChar = False
  47.     Transparent = True
  48.   end
  49.   object lblChannelStatus: TLabel
  50.     Left = 15
  51.     Top = 30
  52.     Width = 320
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = 'lblChannelStatus'
  56.     ShowAccelChar = False
  57.     Transparent = True
  58.   end
  59.   object aniUpdate: TAnimate
  60.     Left = 158
  61.     Top = 74
  62.     Width = 32
  63.     Height = 32
  64.     StopFrame = 20
  65.   end
  66.   object btnCancel: TButton
  67.     Left = 260
  68.     Top = 192
  69.     Width = 75
  70.     Height = 25
  71.     Cursor = crArrow
  72.     Cancel = True
  73.     Caption = 'btnCancel'
  74.     TabOrder = 0
  75.     OnClick = btnCancelClick
  76.   end
  77.   object progress: TProgressBar
  78.     Left = 15
  79.     Top = 150
  80.     Width = 320
  81.     Height = 17
  82.     TabOrder = 2
  83.     Visible = False
  84.   end
  85. end
  86.